home *** CD-ROM | disk | FTP | other *** search
/ NOVA - For the NeXT Workstation / NOVA - For the NeXT Workstation.iso / SourceCode / AdobeExamples / NX_Scroll / Makefile < prev    next >
Encoding:
Makefile  |  1992-12-19  |  814 b   |  31 lines

  1. #
  2. # Generated by the NeXT Interface Builder.
  3. #
  4. # NOTE: Do NOT change this file -- Interface Builder maintains it.
  5. #
  6. # Put all of your customizations in files called Makefile.preamble
  7. # and Makefile.postamble (both optional), and Makefile will include them.
  8. #
  9.  
  10. MAKEFILEDIR = /usr/lib/nib/
  11. NAME = Scrolling
  12. INTERFACES = Scrolling.nib
  13. CLASSES = DocView.m DrawingView.m EpsfParser.m Graphic.m ScrollApp.m
  14. MFILES = Scrolling_main.m ierror.m iinterpreterhooks.m iparserhooks.m
  15. CFILES = iinterpreter.c iparser.c lex.yy.c
  16. PSWFILES = DrawingViewWraps.psw
  17. TIFFFILES = zoom.tiff
  18. LIBS = -lNeXT_s -lsys_s
  19. INSTALLDIR = $(HOME)/Apps
  20. APPICON = Icon.tiff
  21.  
  22. ICONSECTIONS =    -segcreate __ICON app Icon.tiff
  23.  
  24. -include Makefile.preamble
  25.  
  26. include $(MAKEFILEDIR)Makefile.common
  27.  
  28. -include Makefile.postamble
  29.  
  30. -include Makefile.dependencies
  31.